home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_37186.txt < prev    next >
Text File  |  1990-08-07  |  3KB  |  105 lines

  1. -- card: 37186 from stack: in.0-2
  2. -- bmap block id: 4809
  3. -- flags: 0000
  4. -- background id: 36952
  5. -- name: Show HyperWords
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Definitions of " of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12.  
  13.  
  14. -- part 4 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=63 top=244 right=323 bottom=416
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 174
  22. -- text size: 14
  23. -- style flags: 0
  24. -- line height: 15
  25. -- part name: TextDisplay
  26.  
  27.  
  28. -- part 5 (field)
  29. -- low flags: 81
  30. -- high flags: 0007
  31. -- rect: left=0 top=0 right=140 bottom=512
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 9
  37. -- style flags: 0
  38. -- line height: 12
  39. -- part name: Text
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=51 top=217 right=336 bottom=428
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: wind
  54.  
  55.  
  56. -- part 2 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=58 top=219 right=234 bottom=78
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: closebox
  68. ----- HyperTalk script -----
  69. -- This handler sets the cursor to simulate a real closeBox.
  70. on mouseEnter
  71.   set the cursor to "arrow"
  72. end mouseEnter
  73.  
  74. -- This handler sets the cursor to simulate a real closeBox.
  75. on mouseWithIn
  76.   repeat until the mouse is down or the mouseLoc is not within the rect of me
  77.     set the cursor to "arrow"
  78.   end repeat
  79.   if the mouse is down then
  80.     send mouseUp to me
  81.   end if
  82. end mouseWithIn
  83.  
  84. -- This handler simulates clicking in a closeBox.
  85. on mouseUp
  86.   set the icon of me to "closeBoxIcon"
  87.   wait 15
  88.   set the icon of me to 0
  89.   goBack
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part contents for card part 5
  95. ----- text -----
  96. [0]
  97. [1] Hypermedia is both the storing and the presenting of information in non-linear, associative ways, using a variety of media (graphics, sound, animations, video) controlled by a computer.
  98. [2] Hypertext is a kind of Hypermedia, in which information is presented associationally, but only through the linking of text and numbers.
  99. [3] HyperCard is a personal programming and information management system. It is a form of HyperMedia, enabling you to present & explore information through sound, graphics, animations, and text.
  100. [4] HyperTalk is the programming language used by HyperCard. It is English-like and very easy to learn; to go to the next piece of information, for example, you tell HyperCard to ‚Äúgo next‚Äù.
  101. [5]
  102.  
  103. -- part contents for card part 4
  104. ----- text -----
  105. HyperTalk is the programming language used by HyperCard. It is English-like and very easy to learn; to go to the next piece of information, for example, you tell HyperCard to ‚Äúgo next‚Äù.